.bankuai{
    margin: 0 auto;
    margin-top: 5rem;
    min-width: 1120px;
}
.bankuai_title{
    display: block;
    text-align: center;
    margin-bottom: 2rem !important;
}
.bankuai_title_title{
    font-size: 2.5rem;
}
.bankuai_title_keyword{
    font-size: 1.4rem;
    font-size: 18px;
}
.about_img img{
    float:left;
    width: 100%;
    /*filter:blur(2px);*/
    box-shadow: inset 5px 2px 16px 9px lightgrey;
  }
.about_ny{
    float:left;
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    overflow:hidden;
}
.about_ny div{
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-left: 30px;
}
.about_ny .pdv_border p{
    margin: 20px auto;
    display: table;
}
.about_ny .pdv_border p span{
    padding: 10px 20px;
}
.aboutNav{
    width: 400px;
    float:right;
    margin-bottom: 1.5rem;
    align-items: flex-end;
    display: flex;
}
.aboutNav span{
    padding:0 20px;
}
.aboutTtile{
    display: flex !important;
}
.aboutNav span a{
    font-size: 16px;
    font-weight: 600;
}
.about_ny .pdv_border .description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.about_ny .pdv_border .more{
    float: left;
}
.about_ny .pdv_border .more span a{
    font-weight: 600;
}
/*
.xinwenlist li{
    width: 25%;
}
*/

@media (max-width: 767px){
    .about_img{
        display: none;
    }
    .about_ny{
        width:90%;
        float: none;
        margin: 0 auto;
    }
    .about_ny div{
        width:100%;
    }
    .gridlist1 li{
        width:90%;
        float: none;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .xinwenlist li{
        width:90%;
        float: none !important;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .xinwenlist li img{
        width:100%;
    }
}
.xinwenlist{
    display: inline-flex;
    width: 100%;
    margin-bottom: 50px;
}
#indexXinwenList{
    height: 345px;
}
.xinwenlist .left{
    width: 45%;
    height: 100%;
}
.xinwenlist .left a{
    display: none;
    width: 100%;
    height: 100%;
}
.xinwenlist .left img{
    display: block;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
    box-shadow: 10px 10px 5px #888888;
    /*animation: moveRight 2s;*/
}
.xinwenlist .left .show{
    display: block !important;
}
@keyframes moveRight {
    0% {
        width:80%;
    }
    100% {
        width: 100%;
    }
  }
.xinwenlist .right{
    width: 55%;
    height: 100%;
}.xinwenlist .right .imglist{
    width: 100%;
    height: 95px;
    display: flex;
}
.xinwenlist .right .imglist .imgBox{
    width: 33%;
    height: 100%;
    padding: 0 20px 10px 20px;
}
.xinwenlist .right .imglist .imgBox:first-child{
    margin-left: 50px !important ;
}
.xinwenlist .right .imglist .imgBox:last-child{
    margin-right: 50px !important ;
}
.xinwenlist .right .imglist .imgBox a{
    display: block;
    width: 100%;
}
.xinwenlist .right .imglist .imgBox img{
    width: 100%;
    height: 95px;
    -moz-box-shadow: 6px 6px 3px #888888; /* 老的 Firefox */
    box-shadow: 6px 6px 3px #888888;
    cursor: pointer;
}
.xinwenlist .right .imglist .imgBox .select{
    transform: scale(1.1);
}
.xinwenlist .right .textlist {
    margin: 15px 65px;
    display: block;
}
.xinwenlist .right .textlist p{
    padding: 20px 0 0 0;
    line-height: 2rem;
    font-size: 16px;
    display: flex;
}
.xinwenlist .right .textlist p .title{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xinwenlist .right .textlist p .date{
    font-size: 14px;
    color: #666;
    text-align: right;
    width: 30%;
}
.module-default .thumblist1 li{
    width: 30% !important;
    padding-bottom: 40px !important;
  }
  .module-default .thumblist1 .ChannelPicture{
    width: 100%;
  }
  .module-default .pagess{
    padding-top: 0 !important;
  }



.xiangmulist .swiper {
    width: 100%;
    padding-bottom: 50px;
}
.xiangmulist .swiper .swiper-wrapper{
    display: flex;
}
.xiangmulist .swiper .swiper-wrapper .swiper-slide {
background-position: center;
background-size: cover;
width: 330px;
height: 280px;
}

.xiangmulist .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 220px;
    padding: 5px 10px;
}
.xiangmulist .swiper .swiper-wrapper .swiper-slide  h3{
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xiangmulist .swiper .swiper-wrapper .swiper-slide  p{
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 5px 10px;
}